home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / Additional Articles / Developing Symbiotic Apps / Symbiotic Samples / Symbiotic client source / Trident.cw10_pp / CTridentCmds.h < prev    next >
Encoding:
Text File  |  1996-08-14  |  1.9 KB  |  56 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    CTridentCmd.h                        ©1993 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #include "CTridentView.h"
  6. #pragma once
  7.  
  8.  
  9. //----------------------------------------------------------------------------------------
  10. // Global constants    //all new  rD
  11. //----------------------------------------------------------------------------------------
  12.  
  13. /* Command numbers */
  14. #define  cGetPPCServerCmd                  404;
  15. #define   cAEHeartBeat                      407;
  16. #define   cAEJavMsg                      408;
  17. #define   cAETridentCommand              409;
  18.  
  19.  
  20. #define   cConfig5             420;
  21. #define   cConfig10             421;
  22. #define   cConfig30             422;
  23. #define   cConfig60             423;
  24. #define   cConfig600         424;
  25. #define   cConfig6000         425;
  26. const OSType kLabelStrings =    1003;
  27. //extern short gDocumentCount = 0;
  28.  
  29.  
  30. //----------------------------------------------------------------------------------------
  31. // Forward and external classes (see Types.h for      macro)
  32. //----------------------------------------------------------------------------------------
  33. void MyBrowser(CTridentWindow* theOwner);    // OVERRIDE
  34.  
  35. static pascal  Boolean MyPPCBrowserFilteruptime(LocationNamePtr /* theLocation*/ , PortInfoPtr thePortInfo);
  36. static pascal  Boolean MyPPCBrowserFilterwho(LocationNamePtr /* theLocation*/ , PortInfoPtr thePortInfo);
  37. //static void     MyBrowser(CTridentView* theOwner);
  38.  
  39. //----------------------------------------------------------------------------------------
  40. //  TLookupLauncher: Launches the PPC Browser
  41. //----------------------------------------------------------------------------------------
  42. /*
  43.  
  44. class LTridentLauncher    : public LCommander
  45. {
  46. public:
  47.     virtual      void LTridentLauncher();
  48.     virtual      void ~LTridentLauncher();
  49.  
  50.     virtual      void ObeyCommand();                                            // OVERRIDE
  51. //    virtual      void WakeupServer();                                            // OVERRIDE
  52. //    virtual      void CheckVersion();                                            // OVERRIDE
  53. };
  54. */
  55.  
  56.